Add missing Since: 2.16 for gtk_entry_[set/get]_icon_drag_source
authorMart Raudsepp <leio@gentoo.org>
Thu, 17 Sep 2009 05:49:01 +0000 (08:49 +0300)
committerMart Raudsepp <leio@gentoo.org>
Tue, 22 Sep 2009 08:25:28 +0000 (11:25 +0300)
gtk/gtkentry.c

index 866a88fa78491506cf204f1d61d97f248dba96e7..5d90d01c812f70200f5416bad715f672436a9b0f 100644 (file)
@@ -8114,6 +8114,8 @@ gtk_entry_get_icon_at_pos (GtkEntry *entry,
  * #GtkWidget::drag-begin signal to set a different icon. Note that you 
  * have to use g_signal_connect_after() to ensure that your signal handler
  * gets executed after the default handler.
+ *
+ * Since: 2.16
  */
 void
 gtk_entry_set_icon_drag_source (GtkEntry             *entry,
@@ -8153,6 +8155,8 @@ gtk_entry_set_icon_drag_source (GtkEntry             *entry,
  *
  * Returns: index of the icon which is the source of the current
  *          DND operation, or -1.
+ *
+ * Since: 2.16
  */
 gint
 gtk_entry_get_current_icon_drag_source (GtkEntry *entry)